Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump github.com/ethereum/go-ethereum from 1.13.1 to 1.13.2 #2588

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps github.com/ethereum/go-ethereum from 1.13.1 to 1.13.2.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Phaistos (v1.13.2)

Geth v1.13.2 is a bugfix release for the 1.13 family as well as contains the Holesky testnet relaunch.

Note, if you have previously ran Geth with the old Holesky testnet configs, the new version will probably fail to start with a genesis hash mismatch error. You will need to manually delete your holesky/chaindata folder and restart. Geth did not implement special code for cleaning up the failed launch of the testnet.

  • Fix various pathdb corruption corner-cases during snap sync node restart (#28171, #28163).
  • Reconfigure the Holesky testnet with an updated genesis (#28191, #28192, #28193).
  • Remove the rollback mechanism from snap sync, unneeded post-merge (#28147).
  • Make the block parameter in eth_call optional, defaulting to latest (#28165).
  • Forget transactions previously marked underpriced after 5 minutes (#28097).
  • Fix JSON marshalling issue from ethclient retrieving block receipts (#28087).
  • Fix --bootnodes flag if the list is also configured in the toml file (#28095).

For a full rundown of the changes please consult the Geth 1.13.2 release milestone.


As with all our previous releases, you can find the:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@celestia-bot celestia-bot requested a review from a team September 28, 2023 09:59
@github-actions github-actions bot added the bot item was created by a bot label Sep 28, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2588 (14246b2) into main (d9ad52f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2588   +/-   ##
=======================================
  Coverage   20.63%   20.63%           
=======================================
  Files         133      133           
  Lines       15344    15344           
=======================================
  Hits         3166     3166           
  Misses      11875    11875           
  Partials      303      303           

@rach-id rach-id added the backport:v1.x PR will be backported automatically to the v1.x branch upon merging label Sep 28, 2023
@rach-id rach-id merged commit 15d6673 into main Sep 28, 2023
31 checks passed
@rach-id rach-id deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.13.2 branch September 28, 2023 13:06
mergify bot pushed a commit that referenced this pull request Sep 28, 2023
….2 (#2588)

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.13.1 to 1.13.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's
releases</a>.</em></p>
<blockquote>
<h2>Phaistos (v1.13.2)</h2>
<p>Geth v1.13.2 is a bugfix release for the 1.13 family as well as
contains the Holesky testnet relaunch.</p>
<p><em>Note, if you have previously ran Geth with the old Holesky
testnet configs, the new version will probably fail to start with a
genesis hash mismatch error. You will need to manually delete your
<code>holesky/chaindata</code> folder and restart. Geth did not
implement special code for cleaning up the failed launch of the
testnet.</em></p>
<ul>
<li>Fix various pathdb corruption corner-cases during snap sync node
restart (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28171">#28171</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28163">#28163</a>).</li>
<li>Reconfigure the Holesky testnet with an updated genesis (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28191">#28191</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28192">#28192</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28193">#28193</a>).</li>
<li>Remove the rollback mechanism from snap sync, unneeded post-merge
(<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28147">#28147</a>).</li>
<li>Make the <code>block</code> parameter in <code>eth_call</code>
optional, defaulting to <code>latest</code> (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28165">#28165</a>).</li>
<li>Forget transactions previously marked underpriced after 5 minutes
(<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28097">#28097</a>).</li>
<li>Fix JSON marshalling issue from <code>ethclient</code> retrieving
block receipts (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28087">#28087</a>).</li>
<li>Fix <code>--bootnodes</code> flag if the list is also configured in
the toml file (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28095">#28095</a>).</li>
</ul>
<p>For a full rundown of the changes please consult the Geth 1.13.2 <a
href="https://github.com/ethereum/go-ethereum/milestone/150?closed=1">release
milestone</a>.</p>
<hr />
<p>As with all our previous releases, you can find the:</p>
<ul>
<li>Pre-built binaries for all platforms on our <a
href="https://geth.ethereum.org/downloads/">downloads page</a>.</li>
<li>Docker images published under <a
href="https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go"><code>ethereum/client-go</code></a>.</li>
<li>Ubuntu packages in our <a
href="https://launchpad.net/~ethereum/+archive/ubuntu/ethereum">Launchpad
PPA repository</a>.</li>
<li>OSX packages in our <a
href="https://github.com/ethereum/homebrew-ethereum">Homebrew Tap
repository</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/dc34fe8291bfcaefbce97f559e9610beffb2e470"><code>dc34fe8</code></a>
params: release Geth v1.13.2</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/73f5bcb75b562fcb3c109dd9c51f21956bc1f1f4"><code>73f5bcb</code></a>
core, accounts, eth, trie: handle genesis state missing (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28171">#28171</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/a0811300815f1d4e79881113a102e91fdfeecdb8"><code>a081130</code></a>
core/txpool: fix typos (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28213">#28213</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/614804b33c340cd60cbb6087d898b2968b0da320"><code>614804b</code></a>
core/txpool: fix typos (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28208">#28208</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b85c183ea7417e973dbbccd27b3fb7d7097b87dd"><code>b85c183</code></a>
eth/downloader: remove header rollback mechanism (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28147">#28147</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/adb9b319c9c61f092755000bf0fc4b3349f5cbbc"><code>adb9b31</code></a>
internal/ethapi: eth_call block parameter is optional (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28165">#28165</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/2b7bc2c36b0d0efc83e62ba8e13723b943c4fa6e"><code>2b7bc2c</code></a>
eth/fetcher: allow underpriced transactions in after timeout (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28097">#28097</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/40219109b01b553f4adccf8ff3b34dea293ec7ed"><code>4021910</code></a>
eth/downloader: typo in comment (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28196">#28196</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/4de89e92e41d08a814d31534e9db34ae0d95e966"><code>4de89e9</code></a>
core/vm: minor code formatting (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28199">#28199</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/4985d83b8faa5d32238429c57ff72ec39ef20720"><code>4985d83</code></a>
ethclient: fix BlockReceipts parameter encoding (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/28087">#28087</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.13.1...v1.13.2">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ethereum/go-ethereum&package-manager=go_modules&previous-version=1.13.1&new-version=1.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 15d6673)
rach-id pushed a commit that referenced this pull request Oct 2, 2023
….2 (backport #2588) (#2590)

This is an automatic backport of pull request #2588 done by
[Mergify](https://mergify.com).


---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the
[documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on
`<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Forbes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:v1.x PR will be backported automatically to the v1.x branch upon merging bot item was created by a bot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants